As Michael Jackson was composing his song "Heal the World", he decided it would be cool to actually heal the world. The problem he decided to focus on was people inability to read numbers without simply stating digits. Michael is looking for a program that converts numbers (doubles or integers) to English. This program should support negative and positive numbers.
Input Format
A rational double or integer.
Sample Input
SAMPLE INPUT #1
12.32
SAMPLE INPUT #2
10,056
Output Format The English version of the rational number.
Sample Output
SAMPLE OUTPUT #1
twelve point three two
SAMPLE OUTPUT #2
ten thousand fifty six
You must be logged in to submit a solution.